source code management - определение. Что такое source code management
Diclib.com
Словарь онлайн

Что (кто) такое source code management - определение

ACTIVITY OF MANAGING THE VERSIONS OF ONE OR MORE FILES
Version control system; Source Code Management; Revision control system; Versioncontrol; Revision control software; Versioning system; Version Control; Revision Control; Version control systems; Code management system; Revision level; Version management; Revision management; Source code management; Versioning systems; Source+Control+Management; Source Control Management; Reverse Integration; Version Control System; Revision number; Collaborative versioning system; Tree Conflict; Version control software; Discontinued development branch; Revision tracking; Source configuration management; Source-control management; Change List (Revision Control); Revision control; Source control management; Version-control; Source control; Version Control Systems; Blame (version control); Blame (source control); Blame (git)
  • Example history graph of a revision-controlled project; trunk is in green, branches in yellow, and graph is not a tree due to presence of merges (the red arrows).

source code management         
The use of software systems to help program developers keep track of version history of source code modules as well as releases, parallel versions (code branches), etc. There are several in popular use, the free CVS being the best known. Perforce is a powerful commercial product. SCCS was once popular on Unix and VSS is Microsoft's offereing. (2006-11-20)
Version control         
In software engineering, version control (also known as revision control, source control, or source code management) is a class of systems responsible for managing changes to computer programs, documents, large web sites, or other collections of information. Version control is a component of software configuration management.
Source-code editor         
TEXT EDITOR SPECIALIZED IN EDITING SOFTWARE SOURCE CODE
Code editor; Source editor; List of source code editors; Source code editor
A source-code editor is a text editor program designed specifically for editing source code of computer programs. It may be a standalone application or it may be built into an integrated development environment (IDE) or web browser.

Википедия

Version control

In software engineering, version control (also known as revision control, source control, or source code management) is a class of systems responsible for managing changes to computer programs, documents, large web sites, or other collections of information. Version control is a component of software configuration management.

Changes are usually identified by a number or letter code, termed the "revision number", "revision level", or simply "revision". For example, an initial set of files is "revision 1". When the first change is made, the resulting set is "revision 2", and so on. Each revision is associated with a timestamp and the person making the change. Revisions can be compared, restored, and, with some types of files, merged.

The need for a logical way to organize and control revisions has existed for almost as long as writing has existed, but revision control became much more important, and complicated, when the era of computing began. The numbering of book editions and of specification revisions are examples that date back to the print-only era. Today, the most capable (as well as complex) revision control systems are those used in software development, where a team of people may concurrently make changes to the same files.

Version control systems are most commonly run as stand-alone applications, but revision control is also embedded in various types of software, such as word processors and spreadsheets, collaborative web docs, and content management systems, e.g., Wikipedia's page history. Revision control enables reverting a document to a previous revision, which is critical for allowing editors to track each other's edits, correct mistakes, and defend against vandalism and spamming in wikis.

Примеры произношения для source code management
1. So using source code management systems,
Dyalog Modern Programming Language _ Morten Kromberg _ Talks at Google
2. be under some kind of source code management.
Release Engineering Keynote _ Dinah McNutt _ Talks at Google
3. that are in the source code management system,
Release Engineering Keynote _ Dinah McNutt _ Talks at Google
4. So there's that as a site for source code management.
ted-talks_1546_ClayShirky_2012G-320k
5. that are in your source code management system.
Release Engineering Keynote _ Dinah McNutt _ Talks at Google